private void detach_CompCats(CompCat entity) { this.SendPropertyChanging(); entity.Category = null; }
private void attach_CompCats(CompCat entity) { this.SendPropertyChanging(); entity.Category = this; }