public RedirectResult EducationLevelDelete(int id) { _educationLevelService.DeleteEducationLevel(id); return(Redirect("/educationlevel")); }