protected void ExecutePlusCommand()
        {
            var length = Convert.ToInt32(PasswordLengthText);
            if (MaximumPasswordLength != length) {
                length++;