// Fired when downloading is completed
 public void DownloadComplete()
 {
     _Browser.OnDownloadComplete(EventArgs.Empty);
 }