public FuncionarioRepository()
 {
     ctx = new AppEstoqueContext();
 }
 public ProdutoRepository()
 {
     ctx = new AppEstoqueContext();
 }