private void NavigationToolBarCancelClicked(object sender, EventArgs e)
 {
     _webView2Control.Stop();
 }