public int deleteActivityLabel(Integer id) {
   int rows = activityLabelDao.delete(id);
   return rows;
 }