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