public void SaveCustomer(ICustomer customer)
 {
     customersList.Add(customer);
     CustomerAccessFacade.SaveAllCustomers(customersList);
 }