public void AddPluginDir(string PluginDir)
 {
     CefRuntime.AddWebPluginDirectory(PluginDir);
     CefRuntime.RefreshWebPlugins();
 }