private void NavigationToolBarBackClicked(object sender, EventArgs e)
 {
     _webView2Control.GoBack();
 }