private void DataRxItem_OnClick(object sender, RoutedEventArgs e) { var win = new DataRxWindow(_presenter.Model); win.ShowDialog(); }