public function setShortname($shortname)
 {
     $this->__load();
     return parent::setShortname($shortname);
 }