public function setWeight($weight)
 {
     $this->__load();
     return parent::setWeight($weight);
 }