private void detach_Usrs(Usr entity) { this.SendPropertyChanging(); entity.Mchn = null; }
private void attach_Usrs(Usr entity) { this.SendPropertyChanging(); entity.Mchn = this; }