public void RemoveItem(Thing thing) { Data.Remove(thing); }
public void AddItem(Thing thing) { thing.Id = Data.Count + 1; Data.Add(thing); }