void ExecuteCopyCommand()
        {
            if (currentItemType != ItemTypes.Item) {
                if (!string.IsNullOrEmpty(pasteItemID)) {
                    BL.CopyItem(pasteItemID);