private static void AddShipToLists(Ship.GenericShip newShip) { AllShips.Add(newShip.GetTag(), newShip); newShip.Owner.Ships.Add(newShip.GetTag(), newShip); }