public void removeObserver(Car C) { Cars.Remove(C); }
public void registerObserver(Car C) { Cars.Add(C); }