public int countByProjectType(int projectTypeId) {
   return projectDAO.countByProjectType(projectTypeId);
 }