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