public ActionResult InsertStudent(int ID) { var student = iclassservice.AddStudentByClasId(ID); return(View(student)); }