//
 public void AddWebViewTab(string url, bool forceWebView)
 {
     WebView.AddTab(url, forceWebView);
     SetCurrent(WebView);
 }