public void WhenISelectAsSourceSystemForAddOrScreenPatient_(string SystemName)
 {
     if (!BP_IntegrationManagementUtilities.SelectAddPatientSourceSystem(SystemName))
     {
         ScenarioContext.Current["Comments"]  = ScenarioContext.Current["Comments"] + "Unable to select Add/Screen Patient source system as '" + SystemName + "'";
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }