public IList <Models.Booking> GetBooking()
 {
     return(bookingRepo.All().ToList <Models.Booking>());
 }