public TransactionsController(IDistributedCache cache, IResultsModel results)
 {
     Cache   = cache;
     Results = results;
 }
 public SummaryController(IDistributedCache cache, IResultsModel results)
 {
     Cache   = cache;
     Results = results;
 }