public Form2()
 {
     InitializeComponent();
     a = new AddressBook();
     p = new Person();
 }