/**
  * Construtor da classe
  *
  * @see Auth_Lib_Controller_AbstractController::init()
  */
 public function init()
 {
     parent::init();
 }
 /**
  * Construtor da classe
  *
  * @see Auth_Lib_Controller_AbstractController::init()
  */
 public function init()
 {
     parent::init();
     parent::noLayout();
 }