public List <Product> Display()
 {
     return(_productRepo.Display());
 }