public function setCreation_date(\DateTime $creation_date)
 {
     $this->__load();
     return parent::setCreation_date($creation_date);
 }