public void Set(int objId, Object go) { HPOEntry entr = new HPOEntry(objId, go); if (!Data.Contains(entr)) { Data.Add(entr); SaveData(); } }