private void detach_Notes(Notes entity) { this.SendPropertyChanging(); entity.Team = null; }
private void attach_Notes(Notes entity) { this.SendPropertyChanging(); entity.Team = this; }