public int UpdateHasSendStatus(string oderID, int hasSend)
        {
            WebServiceDAL wsdal = new WebServiceDAL();

            return(wsdal.UpdateHasSendStatus(oderID, hasSend));
        }