private void detach_Structures(Structure entity) { this.SendPropertyChanging(); entity.StructureType = null; }
private void attach_Structures(Structure entity) { this.SendPropertyChanging(); entity.StructureType = this; }