public PersonArray(Person[] array) { this.array = array; }
public PersonEnumerator(Person[] array) { this.array = array; this.position = -1; }