public function getAttribute($name)
 {
     $this->__load();
     return parent::getAttribute($name);
 }