public ProxyPresident(Person person)
 {
     this.person = person;
     realPresident = new President();
 }