public bool Contains(Component component)
 {
     return(rootComponent.Contains(component));
 }