class ParkingSticker { int ID; public ParkingSticker(int id) { ID = id; } }