public static IMensajesDAL GetInstance() { if (instancia == null) { instancia = new MensajesDALArchivos(); } return(instancia); }