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