function _initialize()
 {
     $this->model = $this->getModel('card_notice');
     parent::_initialize();
 }
 function _initialize()
 {
     $this->model = $this->getModel('card_member');
     parent::_initialize();
 }
 function _initialize()
 {
     $this->model = $this->getModel('card_coupons');
     parent::_initialize();
 }