public IActionResult OnPost() { _db.BookGuest(FirstName, LastName, StartDate, EndDate, RoomTypeId); return(RedirectToPage("/Index")); }