$foreignKey=$this->_em->getConnection()->execute('SELECT shipping_id FROM ecommerce_products WHERE id=?',array($this->product->getId()))->fetchColumn();
$foreignKey=$this->_em->getConnection()->execute('SELECT shipping_id FROM ecommerce_products WHERE id=?',array($this->product->getId()))->fetchColumn();