public void ThenISeeTheLabTestInTableOfLabDictionaryPage(int columnno)
 {
     if (!DS_BP_StudyProperties.ClickOnButtonInStudyPropertiesPage())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
 public void ThenIShouldSeeTheMessageYes(string p0, string p1)
 {
     if (!DS_BP_StudyProperties.ClickOnButtonInStudyPropertiesPage())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
 public void ThenIClickOnTheCancelButtonInStudyPropertiesPage()
 {
     if (!DS_BP_StudyProperties.ClickOnButtonInStudyPropertiesPage())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }