public List <Album> GetByArtistId(int id)
 => _context.GetAlbumsByArtistId(id);