public async Task AddAlbumToFavorites()
 {
     await ApiManager.AddFavoriteAlbumAsync(SelectedAlbumID);
 }