public Album getByArtUrl(String AlbumArtUrl) {
   return albumRepository.getByAlbumArtUrl(AlbumArtUrl);
 }