public string Find(Predicate <string> match)
 {
     return(_coll.Find(match));
 }