public static List <MyOrderListInfo> GetOrderDetails(int offset, System.Nullable <int> limit, System.Nullable <int> orderStatusName, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <MyOrderListInfo> lstMyOrder = AspxOrderProvider.GetOrderDetails(offset, limit, orderStatusName, aspxCommonObj);
         return(lstMyOrder);
     }
     catch (Exception e)
     {
         throw e;
     }
 }