public Guest findByDocument(final String document) {

    return guestRepository.findGuestByDocument(document);
  }