private void RunDemo(object state) { var ui = new UI.UI(_viewModel, this, _viewModel); ui.Start(new Calculator()); ui.Run(); }