public int IndexOf(string item)
 {
     return(_coll.IndexOf(item));
 }