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