public function setCard(\Civix\CoreBundle\Entity\Customer\Card $card = NULL)
 {
     $this->__load();
     return parent::setCard($card);
 }