// 依據訂單的狀態處理並簽署該狀態下的執行情形
        public string StampIt()
        {
            string procResult = current_state.processSomething(this);

            return(procResult);
        }