private void detach_SetSongs(SetSong entity) { this.SendPropertyChanging(); entity.Set = null; }
private void attach_SetSongs(SetSong entity) { this.SendPropertyChanging(); entity.Set = this; }