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