private void IsValidEmail(Customer c) { }
public object Clone() { Customer newCustomer = new Customer(this.FirstName, this.LastName, this.EmailAddress, true); return newCustomer; }