public static ProductoOperations Instance() { if (instance == null) { lock (padlock) if (instance == null) { instance = new ProductoOperations(); } } return(instance); }