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