public void RemoveStep(Step step)
 {
     this.steps.Remove(step);
 }
 public void AddStep(Step step)
 {
     this.steps.Add(step);
 }