public ActionResult GetAllApplicantEducation()
 {
     return(Ok(_logic.GetAll()));
 }