public function exists()
 {
     $this->createLocalIfNeeded();
     return parent::exists();
 }