private void OnArtistRemoved(Artist artist) { artist.Art = null; }
private void OnArtistAdded(Artist artist) { artist.Art = this; }