public DistanceViewpoint(Voter voter) : base() { this.voter = voter; }
public Candidate(int index, Voter voter) { this.index = index; this.voter = voter; }