_objectManager = $objectManager; } /** * Create new country model * * @param array $arguments * @return \Magento\Directory\Model\Country */ public function create(array $arguments = []) { return $this->_objectManager->create('Wowow\Devis\Model\ItemDevis', $arguments, false); } }