public void ThenIShouldBeAbleToSeeColumnCASE()
 {
     documents = ((DocumentsPage)GetSharedPageObjectFromContext("Documents"));
     documents.GetCaseNumberDisplayed().Should().BeTrue();
 }