public ActionResult Index() { IList <BusquedaInvoice> result = oUtility.Adapter(mobjInvoiceManager.GetAll()); return(View("Index", result)); }