public Task <List <Education> > GetAllEducations()
 {
     return(_repository.GetAllEducations());
 }