public void ExecuteJavaScript(string code)
 {
     _IWebView.ExecuteJavascript(code);
 }