public static ProdutoDAO getInstance() { if (instance == null) { instance = new ProdutoDAO(EstoqueContext.getInstance()); } return(instance); }