public ActionResult RemoveInstructor(int id) { _dataService.RemoveInstructor(id); return(RedirectToAction("ManageInstructors")); }