public IList <FuncionarioDTO> ListarFuncionarios(string nome)
 {
     return(_repositorio.ListarFuncionarios(nome).ToList());
 }