partial void DeleteBroker(Broker instance);
partial void UpdateBroker(Broker instance);
private void detach_Brokers(Broker entity) { this.SendPropertyChanging(); entity.User = null; }
partial void InsertBroker(Broker instance);
private void attach_Brokers(Broker entity) { this.SendPropertyChanging(); entity.User = this; }