public List <Setor> ObterSetoresFuncionarioPorTipo(int funcionarioId, int setorTipoTramitacaoId)
 {
     return(_busFuncionario.ObterSetoresPorTipo(funcionarioId, setorTipoTramitacaoId));
 }