public List <Product> ShowProductsByCompanyId(int companyId) { productList = productGateway.GetProductsByCompanyId(companyId); return(productList); }