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