public IActionResult GetAlbums()
 {
     return(Ok(repository.GetAlbums()));
 }