// GET: EtudiantController public ActionResult Index() { var allEtu = etudiantsRepo.List(); return(View(allEtu)); }