private void detach_WATLEVELs(WATLEVEL entity) { this.SendPropertyChanging(); entity.INTAKE = null; }
private void attach_WATLEVELs(WATLEVEL entity) { this.SendPropertyChanging(); entity.INTAKE = this; }