protected void Initialize(AlignmentEditingProfile profile)
 {
     labelCaption.Text = profile.Label;
     comboBoxValue.Items.AddRange(profile.Options);
     comboBoxValue.SelectedIndex = 0;
 }
 protected void Initialize(AlignmentEditingProfile profile)
 {
     labelCaption.Text = profile.Label;
     comboBoxValue.Items.AddRange(profile.Options);
     comboBoxValue.SelectedIndex = 0;
 }