public async Task OnGet(int id)
 {
     PendingReservations = await reservationManager.GetPendingReservationsForCompany(id);
 }