public ActionResult DeletedStudent(int id) { StudentActions.deleted_student(id); return(RedirectToAction("ListStudent")); }