public function getStore()
 {
     $store = parent::getStore();
     if ($store instanceof Mage_Core_Model_Store) {
         $store = $store->getId();
     }
     return $store;
 }