public EducationInfo() { Degree = new Degree(); Location = new Address(); }
public Experience() { Location = new Address(); }
public ContactInfo() { Address = new Address(); }