public function testGetPrice()
 {
     $this->assertEquals($this->price, $this->model->getPrice());
 }