public static Task <IList <Booking> > ReadBooking()
 {
     return(firestore.ReadBooking());
 }