//private static IKeyBindingInputs keyBindingsInputCopies;
        //private static IKeyBindingInputs keyBindingsInputPaste;
        //private static IKeyBindingWorker keyBindingWorker;



        static ExcelActions()
        {
            allCopier                    = new AllCopyItems();
            selectedCopier               = new SelectedCopyItems();
            colorator                    = new Colorator();
            contextMenuBuilder           = new ContextMenuBuilder();
            builderObjects               = new BuilderObjects();
            itemsSourceInserts           = new ItemsSourceIntems(builderObjects);
            excelActionsCommandGenerator = new ExcelActionsCommandGenerator(allCopier, selectedCopier, itemsSourceInserts, colorator);
            //keyBindingsInputCopies       = new KeyBindingInputsCopies();
            //keyBindingsInputPaste        = new KeyBindingInputsPaste();
            //keyBindingWorker             = new KeyBindingWorker();
        }
 public ItemsSourceIntems(IBuilderObjects builderObjects)
 {
     this.builderObjects = builderObjects;
 }