public IArtist FindArtist(IArtist artist) { IArtist activeArtist = artist.GetMatchingArtistFrom(_database.Artists); return(activeArtist); }