// GET: Vehiculos public ActionResult Index() { AdministracionDatos ad = new AdministracionDatos(); return(View(ad.RecuperarVehiculos())); }