// GET: Student/Deactivate/5 public ActionResult Deactivate(int id) { _studentsService.Deactivate(id); return(RedirectToAction(nameof(Index))); }