public void hiddenFieldShouldNotBePresent() {
   hiddenField.shouldNotBePresent();
 }
 public void fieldDoesNotExistShouldNotBePresent() {
   fieldDoesNotExist.shouldNotBePresent();
 }