public NestedFormsExample2()
 {
     //This data will be preselected by use of the .Selected() extension method
     ContactMethod = new SocialMedia() {SocialMediaType = new SocialMediaType.Facebook()};
 }