public GetGuestResponseDto GetAllGuest() { var response = new GetGuestResponseDto(); response.Guest = _iPmsLogic.GetAllGuest(); return(response); }