public IList <Product> FindAllProducts(string clientId) { var productList = repository.FindAllProducts(clientId); return(productList); }