public string OrderQuote(OrderQuote orderQuote)
 {
     return(_businessInstance.SubmitOrderQuote(orderQuote));
 }