@Override
 public void insertDebateReply(Map<String, Object> map) throws Exception {
   debateDAO.insertDebateReply(map);
 }