/**
  * @When I add it
  * @When I try to add it
  */
 public function iAddIt()
 {
     $this->createPage->create();
 }