public void Dispose()
 {
     _ts = null;
 }
 public ChangeableDictionaryEnumerator(ChangeableDictionary <T> ts)
 {
     _ts = ts;
 }