public ActionResult ListPartial() { return(PartialView("_List", InvoiceHelper .GetInvoices(SessionHelper.SOBId))); }