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