public function removeComponent(IComponent $component)
 {
     return $this->control->removeComponent($component);
 }