/**
  * Instancia um Elemento Componente 
  * @param string $name
  * @throws Ibe_Exception_Component
  * @return Ibe_Component_Interface
  */
 public static function getInstance($name)
 {
     $className = Ibe_Load::component($name);
     return $reflection->newInstance();
 }