public Album getAlbumById(int albumId) {
   return albumRepository.getAlbumById(albumId);
 }