public function __construct(\Magento\Directory\Model\CurrencyFactory $currencyFactory, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Catalog\Helper\Data $catalogData, \Magento\Framework\App\Config\ScopeConfigInterface $config, \Magento\Framework\Locale\FormatInterface $localeFormat, \Magento\Catalog\Model\Product\Type $catalogProductType, \Magento\Customer\Api\GroupManagementInterface $groupManagement, \Magento\Framework\Model\Entity\MetadataPool $metadataPool, \Magento\Catalog\Model\ResourceModel\Product\Attribute\Backend\Tierprice $productAttributeTierprice)
 {
     $this->___init();
     parent::__construct($currencyFactory, $storeManager, $catalogData, $config, $localeFormat, $catalogProductType, $groupManagement, $metadataPool, $productAttributeTierprice);
 }