/// <summary>
        /// Starts the command
        /// </summary>
        public override void Run()
        {
            ReportExplorerPad r = this.Owner as ReportExplorerPad;

            if (r != null)
            {
                r.ToggleOrder();
            }
        }