public CheckTo() { this.Next = new CheckPopulation(); }
public CheckPopulation() { this.Next = new CheckVehicles(); }
public CheckFrom() { this.Next = new CheckTo(); }