public int PayTheBill(Order order)
 {
     return(orderGateway.PayTheBill(order));
 }