public List <Education> GetAllEducation() { EducationRepository repo = new EducationRepository(); return(repo.GetAllQualification()); }