protected OrderSeat()
 {
     // Complex type properties can never be
     // null.
     Attendee = new Attendee();
 }