public function AddressRemovePersonalCards($ids)
 {
     // $ids : IDType or this array
     $this->CheckAndSetHeader(__FUNCTION__);
     $reg_args["card_id"] = $this->getRegularArgs($ids, __FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::AddressRemovePersonalCards($reg_args);
     $this->methodClose();
     return $this->decodeString($results);
 }