public static DiagnosticoBL GetInstance() { if (diagnosticoBL == null) { diagnosticoBL = new DiagnosticoBL(); } return(diagnosticoBL); }