//----------------------------------------------------------------------------------------------
        //-----------------------------------Get DownLoadable Items----------------------------------------
        public static List <DownLoadableItemGetInfo> GetDownLoadableItemsList(int offset, System.Nullable <int> limit, GetDownloadableItemInfo downloadableObj, AspxCommonInfo aspxCommonObj)
        {
            List <DownLoadableItemGetInfo> ml;

            ml = AspxItemMgntProvider.GetDownLoadableItemsList(offset, limit, downloadableObj, aspxCommonObj);
            return(ml);
        }