private void ModifyStep(object newStep) { step = (IStep)newStep; GlobalEditorHandler.CurrentStepModified(step); }