public List <string[]> consultarGrupoNoticiaPorId(string id) { PPersistencia.ejecutaProcedures ejec = new PPersistencia.ejecutaProcedures(); List <string[]> resultado = ejec.ejcPsdConsultaGrupoNoticiaPorId(id); return(resultado); }