public Order GetOrderByBillNo(string billNo)
 {
     return(orderGateway.GetOrderByBillNo(billNo));
 }