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