// GET: Student public ActionResult Index() { List <Student> listStudents = studentBusiness.getAll(); return(View(listStudents)); }