public Product[] FindByCategory(int categoryId)
 {
     return(productDataAccess.FindByCategory(categoryId));
 }