public void Delete(Guid guid)
 {
     _notaFiscalAppService.DetelarNotaFiscal(guid);
 }