private void ThreadStart()
        {
            var c = new RootBarControler(this);
            _task(c);

            Invoke(new Action(Close));
        }
        private void ThreadStart()
        {
            var c = new RootBarControler(this);

            _task(c);

            Invoke(new Action(Close));
        }