public void WhenIClickSaveButtonInFormCommentModalaDialog()
 {
     if (!BP_CRF_FormCommentsModalUtilities.ClickSaveButton())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
 public void WhenIEnterFormLevelCommentInCommentsDialog(String comment)
 {
     if (!BP_CRF_FormCommentsModalUtilities.EnterComment(comment))
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }