// GET: Estudiante public ActionResult Index() { var estModel = _serviceEst.GeAllEstudiante(); return(View(estModel)); }