public ActionResult EditActivation_Student(int id, int StatusID) { StudentBL.EditActive(id, StatusID); return(RedirectToAction("students")); }