// Return the UI control.
        #region "GetControl"
        public override object GetControl()
        {
            if (_Control == null)
            {
                _Control = new NumberVerifierHelp();
            }

            return(_Control);
        }
        // Return the UI control.
        #region "GetControl"
        public override object GetControl()
        {
            if (_Control == null)
            {
                _Control = new NumberVerifierHelp();
            }

            return _Control;
        }