public HrEducation getEducationById(Integer educationId) {
   return hrEducationDAO.getEducationById(educationId);
 }