public static List <CategoryDetailsOptionsInfo> GetBestSellerCarousel(int offset, int limit, AspxCommonInfo aspxCommonObj, int sortBy)
        {
            List <CategoryDetailsOptionsInfo> slInfo = AspxBestSellerProvider.GetBestSellerCarousel(offset, limit, aspxCommonObj, sortBy);

            return(slInfo);
        }
        public static List <BestSellerInfo> GetBestSoldItems(AspxCommonInfo aspxCommonObj, int count)
        {
            List <BestSellerInfo> slInfo = AspxBestSellerProvider.GetBestSoldItems(aspxCommonObj, count);

            return(slInfo);
        }