public static bool RemoveUI(ScriptPkg pkg, RibbonHandler ribbon)
 {
     return(ribbon.RemoveAddinPanel(pkg.Name));
 }