public bool alteraGuestCheckOut(int id)
 {
     return(guestDAO.alterarGuestCheckOut(id));
 }