public static int CreateCus(Customer cus)
 {
     return(BookingBUS.CreateCus(cus));
 }