public StarbucksCustomerManager(ICustomerCheckService customerCheckService)
 {
     _customerCheckService = customerCheckService;
 }
 public NeroCustomerManager(ICustomerCheckService customerCheckService)
 {
     this.customerCheckService = customerCheckService;
 }