public static Sgt_conexion getInstancia() { if (instancia == null) { instancia = new Sgt_conexion(); } return(instancia); }