public void Run(Scene scene, SceneOptions options) { var window = new GraphicsWindow(scene); var view = new ElementView(options); scene.Initialize(view); window.Content = view; window.ShowDialog(); }