public void Navigate(string url)
 {
     webView.Navigate(url);
     Show();
 }
 void Navigate(string url)
 {
     webView.Navigate(url);
 }