public page()
 {
     this.restaurant_specialtiesField = new page_restaurant_specialties();
     this.restaurant_servicesField = new page_restaurant_services();
     this.hoursField = new page_hours();
     this.parkingField = new page_parking();
     this.locationField = new location();
     this.statusField = new user_status();
 }
 public user()
 {
     this.familyField = new userFamily();
     this.email_hashesField = new userEmail_hashes();
     this.work_historyField = new userWork_history();
     this.statusField = new user_status();
     this.meeting_sexField = new userMeeting_sex();
     this.meeting_forField = new userMeeting_for();
     this.hs_infoField = new hs_info();
     this.hometown_locationField = new location();
     this.education_historyField = new userEducation_history();
     this.current_locationField = new location();
     this.affiliationsField = new userAffiliations();
 }