public function initialize()
 {
     $this->tag->setTitle('Home');
     parent::initialize();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Documentos de Categorias ');
     parent::initialize();
     $this->entity = new CategoriesDocuments();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Controladores ');
     parent::initialize();
     $this->entity = new Controllers();
 }
 public function initialize()
 {
     $this->tag->setTitle('Consultas');
     parent::initialize();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Grupos ');
     parent::initialize();
     $this->entity = new Groups();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Módulos ');
     parent::initialize();
     $this->entity = new Modules();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Empresas ');
     parent::initialize();
     $this->entity = new Empresas();
 }
 public function initialize()
 {
     $this->tag->setTitle('Telefonia');
     parent::initialize();
 }
 /**
  *
  */
 public function initialize()
 {
     $this->tag->setTitle(' Login ');
     parent::initialize();
     $this->view->setTemplateBefore('public');
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Funcionarios ');
     parent::initialize();
     $this->entity = new Funcionarios();
 }
 public function initialize()
 {
     $this->tag->setTitle('Exportar Arquivos');
     parent::initialize();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle('Linhas Telefonia Celular');
     parent::initialize();
     $this->entity = new AccessLine();
 }
 public function initialize()
 {
     $this->tag->setTitle('Relatórios');
     parent::initialize();
 }
 public function initialize()
 {
     parent::initialize();
     $this->view->setTemplateBefore('public');
 }
 public function initialize()
 {
     $this->tag->setTitle('Documentos');
     parent::initialize();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Ações ');
     parent::initialize();
     $this->entity = new Actions();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Menus ');
     parent::initialize();
     $this->entity = new Menus();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Usuários ');
     parent::initialize();
     $this->entity = new Users();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Departamentos ');
     parent::initialize();
     $this->entity = new Departments();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle('Perfis');
     parent::initialize();
     $this->entity = new Perfils();
 }