public String buscarFuncionario(String Codigo) { Vendas vendas = new Vendas(); return(vendas.PequisarFuncionario(Codigo)); }