public ActionResult Index() { var invoices = _invoicesService.Index(); return(View(invoices.ToList())); }