public function __construct(\Magento\Framework\Model\ResourceModel\Db\Context $context, \Magento\Framework\Stdlib\StringUtils $string, \Magento\SalesRule\Model\ResourceModel\Coupon $resourceCoupon, $connectionName = null)
 {
     $this->___init();
     parent::__construct($context, $string, $resourceCoupon, $connectionName);
 }