private void attach_Mchns(Mchn entity) { this.SendPropertyChanging(); entity.DbRoot = this; }
private void detach_Mchns(Mchn entity) { this.SendPropertyChanging(); entity.DbRoot = null; }