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