public function __construct(\Magento\Framework\Model\ResourceModel\Db\Context $context, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Framework\Stdlib\DateTime $dateTime, $connectionName = null)
 {
     $this->___init();
     parent::__construct($context, $storeManager, $dateTime, $connectionName);
 }