public void removeAthlet(Athlet a) { AthList.Remove(a); }
public void addAthlet(Athlet a) { AthList.Add(a); }