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