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