public IList <Product> GetProductByTitle(string title)
 {
     return(pm.GetProductByTitle(title));
 }