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