public void addCustomer(Customer customer)
 {
     customers.Add(customer);
 }