public void AddPortal(Portal portal) { if (Portals.Contains(portal)) { return; } Portals.Add(portal); }