public void deleteEducation(HrEducation education) {
   hrEducationDAO.deleteEducation(education);
 }