public ActionResult ListBillingRecords() { var records = _billingService.GetBillingRecords(100); return(View(records)); }