public List <ProductInfo> GetProductsByCategoryId(int categoryId) { return(_dataAccess.GetProductsByCategoryId(categoryId)); }