public void Remove(Component component)
 {
     rootComponent.Remove(component);
 }