public AddressBookTester() { Book = new AddressBook(); Me = new Person("Vlad", "Tsvang"); Professor = new Person("Paramsothy", "Thananjeyan"); }