public static void Initialize(OleMenuCommandService commandService)
 {
     Instance = new OutputCheckWorkflowsUsedEntitiesCommand(commandService);
 }
        public static void Initialize(OleMenuCommandService commandService)
        {
            Instance = new OutputCheckWorkflowsUsedEntitiesCommand(commandService, PackageIds.guidCommandSet.OutputCheckWorkflowsUsedEntitiesCommandId, false);

            InstanceOpenExplorer = new OutputCheckWorkflowsUsedEntitiesCommand(commandService, PackageIds.guidCommandSet.OutputCheckWorkflowsUsedEntitiesOpenExplorerCommandId, true);
        }