public function testGetSetStoreId()
 {
     $this->_model->setStoreId(1);
     $this->assertEquals(1, $this->_model->getStoreId());
 }