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