public function setEtat($etat)
 {
     $this->__load();
     return parent::setEtat($etat);
 }