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