public IList <Product> GetProductsByTitleInTrash(string title) { return(dal.GetProductsByTitleInTrash(title)); }