private void detach_CustomerEvents(CustomerEvent entity) { this.SendPropertyChanging(); entity.Customer = null; }
private void attach_CustomerEvents(CustomerEvent entity) { this.SendPropertyChanging(); entity.Customer = this; }