public void SurfaceEditorTest() { var surfaceEditor1 = new SurfaceEditor(surface); surfaceEditor1.ShowDialog(); var surfaceEditor2 = new SurfaceEditor(surfaceEditor1.Surface); surfaceEditor2.ShowDialog(); }