private void btnPropertyContact_Click(object sender, EventArgs e)
 {
     Form frmContactInfo = new ContactInfo();
     frmContactInfo.Show();
 }
 private void btnAddOwner_Click(object sender, EventArgs e)
 {
     Form frmContactInfo = new ContactInfo();
     frmContactInfo.Show();
 }