public string GetsMiembrosProponentes(decimal IDE_PROP)
 {
     ProponentesBLL o = new ProponentesBLL();
     return ByAUtil.convertListToXML(o.GetsMiembrosProponentes(IDE_PROP));
 }