public static Customer GetCusByID(int id)
 {
     return(BookingBUS.GetCusByID(id));
 }