public GraphStepProxy FindStepByName(string name) { GraphStep step = GraphModel.FindStepByName(name); GraphStepProxy proxy = new GraphStepProxy(step); return(proxy); }