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