public void RunJavaScript(string js)
 {
     _mainEngine.SendExecuteJSEvent(js);
 }