public Bootstrap3PresenterControl(
     SingleAnnotationAspectMember <UIControlAttribute> member,
     string label,
     string hint,
     int lcid,
     RestrictionList restrictions,
     InterceptorList interceptors,
     GlobalizationList globalization,
     Bootstrap3Control control)
     : base(member, label, hint, lcid, restrictions, interceptors, globalization)
 {
     this._Control = control;
 }
 public Bootstrap3PresenterControl(
     SingleAnnotationAspectMember<UIControlAttribute> member,
     string label,
     string hint,
     int lcid,
     RestrictionList restrictions,
     InterceptorList interceptors,
     GlobalizationList globalization,
     Bootstrap3Control control)
     : base(member, label, hint, lcid, restrictions, interceptors, globalization)
 {
     this._Control = control;
 }