public function setHeight($height)
 {
     $this->__load();
     return parent::setHeight($height);
 }