public IList <Product> GetAll()
 {
     return(pm.GetAll());
 }