public IActionResult Index() { List <CajaVM> vm = new List <CajaVM>(); vm = _repo.ListCaja(); return(View(vm)); }