public List<Guest> fyndAll() {
   return guestRepository.findAll("name");
 }