public FormQBContainer AddControl(Type ctltype) { object obj = ReflectHelper.Construct(ctltype); Control ctrl = (Control)obj; this.AddControl(ctrl); return(this); }