public void EnleverPlanète(string p) => PlanètesControllées.Remove(p);
 public void AjouterPlanète(string p) => PlanètesControllées.Add(p);