public vCONSORCIOSUTXC GetMiembroTerceros(string IDE_TER, string ID_MIEMBROS)
 {
     ProponentesBLL o = new ProponentesBLL();
     return o.GetMiembroTercero(IDE_TER, ID_MIEMBROS);
 }