Use a Panel control and add the controls as children of the panel. When you need to clear the controls, just remove all the controls inside the panel:
Code:
_panel.Controls.Clear();