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