public List <Product> AddProducts()
 {
     return(_shoppingRepository.AddProducts());
 }