public void AddCustomer(string name, List <int> rebateIdList) { Customer cust = factory.CreateCustomer(name, rebateIdList); store.AddCustomer(cust); }