public bool addBooking(Customer cust, Flight fl)
 {
     return(bookManager.addBooking(cust, fl));
 }