// This method is here to populate the algorithms until
 // someone wants to update that process
 public void PopulateAlgorithms()
 {
     // Standard test setup algorithm
     AddToComboBox(AlgorithmModel.CreateAlgorithm("Toets lokaal", typeof(TestSetupDesign)));
 }