public function status($newStatus)
 {
     $this->hotelBooker->status = $newStatus;
     $this->hotelBooker->statusChanged();
     return $this->hotelBooker->save();
 }