public void CargarPropuestas()
 {
     try
     {
         RR_PropuestaCamapaña Datos = new RR_PropuestaCamapaña {
             Conexion = Comun.Conexion
         };
         RR_AdministradorWebNegocio GN = new RR_AdministradorWebNegocio();
         Lista = GN.ObtenerPropuestas(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }