public int IndexOf(object value)
 {
     return(_collection.IndexOf(value));
 }