// GET: Student
 public ActionResult Index()
 {
     return(View(StudentRepo.All()));
 }