// Fired when downloading begins
 public void DownloadBegin()
 {
     _Browser.OnDownloading(EventArgs.Empty);
 }