public void Remove ( Control element ) { this.controls.Remove( element ); }
public void Add ( Control element ) { this.controls.Add( element ); }