public StructurePopoverDelegate(TestBenchViewModel viewModel)
 {
     this.viewModel = viewModel;
 }
 public SettingsPopoverDelegate(TestBenchViewModel viewModel)
 {
     this.viewModel = viewModel;
 }