public function Persist($reservation)
 {
     $this->_repository->Add($reservation);
 }