public static IEnumerable <Customer> GetAllCus()
 {
     return(BookingBUS.GetAllCus());
 }