public static ProveedorService Instancia() { if (instancia == null) { instancia = new ProveedorService(); } return(instancia); }