private static IObservableCollection<IAlbum> GetAlbumCollectionFromMusicObject(IAlbum ial)
 {
     return ial.SingleObservableCollection();
 }