Inheritance: System.Windows.Controls.StackPanel
 public QLGuiBuilder()
 {
     _guiQuestionnaire = new GUIQuestionnaire();
     _currentHideConditions = new List<ExpressionBase>();
 }
 public GUIMain(GUIQuestionnaire guiQuestionnaire)
 {
     _guiQuestionnaire = guiQuestionnaire;
     InitializeComponent();
 }