public void ThenICloseTableHistoryModalDialog()
 {
     if (!BP_Modal_TableHistoryUtilities.ClickCloseButton())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
 public void ThenISeeOrderedTableHistoryForTableInTableHistoryModalDialog(String tableName, Table table)
 {
     if (!BP_Modal_TableHistoryUtilities.VerifyTableChangeHistoryInOrder(tableName, (List <CRF_TableHistoryData>)table.CreateSet <CRF_TableHistoryData>()))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }