private void AddModifier() { if (CurrentStep == null) { return; } CurrentStep.AddEmptyModifier(); SelectModifier(CurrentStep.Modifiers.Count - 1); }