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