public List <MegaCategoryViewInfo> GetCategoryMenuList(AspxCommonInfo aspxCommonObj)
        {
            MegaCategoryProvider        mega    = new MegaCategoryProvider();
            List <MegaCategoryViewInfo> catInfo = mega.GetCategoryMenuList(aspxCommonObj);

            return(catInfo);
        }
 public  List<MegaCategoryViewInfo> GetCategoryMenuList(AspxCommonInfo aspxCommonObj)
 {
     MegaCategoryProvider mega = new MegaCategoryProvider();
     List<MegaCategoryViewInfo> catInfo = mega.GetCategoryMenuList(aspxCommonObj);
     return catInfo;
 }
        public static List <MegaCategoryViewInfo> GetCategoryMenuList(AspxCommonInfo aspxCommonObj)
        {
            List <MegaCategoryViewInfo> catInfo = MegaCategoryProvider.GetCategoryMenuList(aspxCommonObj);

            return(catInfo);
        }