public function testSetGetBottomMargin()
 {
     $this->model->setBottomMargin(10);
     $this->assertSame(10, $this->model->getBottomMargin());
 }