private void detach_FTyps(FTyp entity) { this.SendPropertyChanging(); entity.CTyp = null; }
private void attach_FTyps(FTyp entity) { this.SendPropertyChanging(); entity.CTyp = this; }