/**
  * Initialize the coupon controller.
  * @param array
  */
 public function __construct(array $invokeArgs = array())
 {
     list($this->couponService) = $this->checkTypes($this->nullCoalesce($invokeArgs, 'coupon_service', Mage::getModel('ebayenterprise_multiplecoupons/service')));
     parent::__construct();
 }