I\'m building a Metro App.
In the MainPage.xaml.cs, I instantiate Album as follows:
Album album = new Album(2012); //With the album ID as its parameter. L
Make Songs property return Task> and await at ListView1.ItemsSource = await album.Songs;
Songs
Task>
ListView1.ItemsSource = await album.Songs;