private void NavigationToolBarForwardClicked(object sender, EventArgs e)
 {
     _webView2Control.GoForward();
 }