public string modificarNoticia(string id, string titulo, string body, string fechaInicio, string fechaFin, string URLImagen, int tipoNoticia)
 {
     //string res = "";
     PPersistencia.ejecutaProcedures ejec = new PPersistencia.ejecutaProcedures();
     return(ejec.ejcPsModificarNoticia(id, titulo, body, fechaInicio, fechaFin, URLImagen, tipoNoticia));
     //return res;
 }