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