public function testGetSetId()
 {
     $this->page->setId($this->data['id']);
     $this->assertEquals($this->data['id'], $this->page->getId());
 }