protected void BtnCons_Click(object sender, EventArgs e)
 {
     GCConsContratosBL Gestcont = new GCConsContratosBL();
     this.MultiView1.ActiveViewIndex = 1;
     this.ListView1.DataBind();
 }
 public static string GetTercerosPk(string ide_ter)
 {
     GCConsContratosBL Gestcont = new GCConsContratosBL();
     vTerceros t = Gestcont.GetTercerosPk(ide_ter);
     return t == null ? "0" : t.NOMBRE;
 }