public List <FuncionarioLst> ObterFuncionariosRegistrador(int funcionarioId)
 {
     return(_da.ObterFuncionariosRegistrador(funcionarioId));
 }