private void ShowElementRecorder(object sender, EventArgs e, IfrmCommandEditor editor, ICommandControls commandControls)
        {
            var result = commandControls.ShowConditionElementRecorder(sender, e, editor);

            ActionGridViewHelper.Rows[0].Cells[1].Value = result.Item1;
            ActionGridViewHelper.Rows[2].Cells[1].Value = result.Item2;
        }