public async Task <IList <Booking> > GetBookings()
 {
     return(await _serviceService.GetBookings());
 }