public QuicktellerBillsController(IQuickTellerBillProvider billProvider)
 {
     this.billProvider = billProvider;
 }