public void Remove(Asteroid asteroid) { Asteroids.Remove(asteroid); }
public void SetStationAt(Asteroid asteroid) { Station = asteroid; }