public List<Album> getAll() {
   return albumRepository.getAll();
 }