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