public Education GetEducation(int eduId)
 {
     return(_controller.GetEducation(eduId));
 }