public ComboBoxHtmlBuilder(IComboBoxRenderable component)
 {
     this.Component = component;
 }
 public ComboBoxHtmlBuilder(IComboBoxRenderable component)
 {
     this.Component = component;
 }