public void AddItem(string Item)
 {
     _collection.AddItem(Item, this);
 }