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