public StatisticalTestsConfigurationDialog(StatisticalTestsView view) {
   InitializeComponent();
   this.view = view;
   significanceLevelTextBox.Content = new DoubleValue(view.SignificanceLevel);
 }
 public StatisticalTestsConfigurationDialog(StatisticalTestsView view)
 {
     InitializeComponent();
     this.view = view;
     significanceLevelTextBox.Content = new DoubleValue(view.SignificanceLevel);
 }