/**
  * Retrieve CatalogInventory Stock Item Table
  *
  * @return string
  */
 protected function _getInventoryItemTable()
 {
     return $this->_itemResource->getMainTable();
 }