public GraphStepProxy FindStepByNumber(int number) { GraphStep step = GraphModel.FindStepByNumber(number); GraphStepProxy proxy = new GraphStepProxy(step); return(proxy); }