public void AddScript(string scriptPath)
 {
     Scripts.Add(JavaScriptHelper.AddScriptTag(string.Concat(PluginResourcePath, "/", scriptPath)));
 }