public static DataTable GetStoreOrderInfo(string storeOrderID) { return(StoreOrderDAL.GetStoreOrderInfo(storeOrderID)); }