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