public IEnumerable <Product> GetAllProducts()
 {
     return(repository.GetAll());
     //  return products;
 }