if (!funcionario.getPerfil().equals(Perfil.ADMINISTRADOR)) {
perfilList.remove(Perfil.ADMINISTRADOR);
}
/* Lista de Funcionalidades */
FuncionalidadeCtrl funcionalideCtrl = new FuncionalidadeCtrl(
getDaoFactory());
Collection funcionalideList = new TreeSet(ordem);
funcionalideList.addAll(funcionalideCtrl.list());
/* Lista de Tipo de Assunto */
TipoAssuntoCtrl tipoAssuntoCtrl = new TipoAssuntoCtrl(getDaoFactory());
Collection tipoAssuntoList = new TreeSet(ordem);