public void Dispose()
 {
     collectionObj = null;
 }
 public void Init()
 {
     collectionObj = new CollectionImplementation();
 }