public VendaRepository() { context = new SistemaContext(); }
public ProdutoRepository() { context = new SistemaContext(); }