public void Save(Customer customer) { }
public override bool Equals(object obj) { Customer other = (Customer)obj; return(this.Id == other.Id); }