public ActionResult AllStudentList() { StudentMain SM = new StudentMain(); return(View(SM.GetAllStudent().ToList())); }