public DateTimeBox()
 {
     ControlType = new ControlType { View = ControlTypeView.TextBox };
 }
 public LanguageCheckBox()
 {
     ControlType = new ControlType { View = ControlTypeView.CheckBoxList };
 }
 public CustomerDropDown()
 {
     ControlType = new ControlType { View = ControlTypeView.DropDown };
 }
 public CountryDropDown()
 {
     ControlType = new ControlType { View = ControlTypeView.DropDown };
 }