public MainWindow() { InitializeComponent(); _presenter = new MainWindowPresenter(); _presenter.SetView(this); DataContext = _presenter; }