function Software_Estacao()
 {
     parent::Software();
     $this->setNamespace('softwareEstacao');
     $this->setRoot(dirname(__FILE__));
     list($file_name, $file_type, $script_type) = explode(".", basename(__FILE__));
     $this->readTemplatesFromInput($file_name . '_01.tmpl.php');
 }