public Task <List <Product> > GetProducts()
 {
     return(_dataAccess.GetProducts());
 }