protected override void OnUpdate()
        {
            base.OnUpdate();

            if (!string.IsNullOrEmpty(Field) && !string.IsNullOrEmpty(_registerController.GetActualRegistry(Field)))
            {
                _tx.text = _registerController.GetActualRegistry(Field);
                return;
            }
        }