private void SongsApplicationBarButton_Click(object sender, EventArgs e) { RootFrame.Navigate(new Uri("/View/Songs.xaml", UriKind.RelativeOrAbsolute)); }