public ActivityLabel getActivityLabel(Integer id) {
   ActivityLabel activityLabel = activityLabelDao.get(id);
   return activityLabel;
 }