public TransportadorRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
 public ProdutoRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
 public EmitenteRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
 public DestinatarioRepository(ProjetoNFeContext context)
 {
     _context = context;
 }
 public NotaFiscalRepository(ProjetoNFeContext context)
 {
     _context = context;
 }