public async Task <bool> Remover(int id)
        {
            await _notaFiscalRepository.Remover(id);

            return(true);
        }