public ComboBoxFirstLookModel()
 {
     Products               = new List <Product>();
     ComboBoxAttributes     = new ComboBoxAttributes();
     DropDownListAttributes = new DropDownListAttributes();
     AutoCompleteAttributes = new AutoCompleteAttributes();
 }
 public ComboBoxFirstLookModel()
 {
     Products = new List<Product>();
     ComboBoxAttributes = new ComboBoxAttributes();
     DropDownListAttributes = new DropDownListAttributes();
     AutoCompleteAttributes = new AutoCompleteAttributes();
 }