private void DownloadButton_Click(object sender, RoutedEventArgs e)
 {
     session.StartDownloading();
 }