public async Task <IHttpActionResult> GetBookings()
 {
     return(Ok(await bookingServices.GetListOfBookings()));
 }