public Window1() { InitializeComponent(); // Attach simple presentation model DataContext = new Window1PresentationModel(); }