public List <CategoryProductDetail> GetCategoryProductDetails(string categoryUrl) { return(_productDal.GetCategoryProductDetails(categoryUrl)); }