public List<HrEducation> getEducationsForStaff(HrStaff staff) {
   return hrEducationDAO.getEducationForStaff(staff);
 }