protected void Page_Load(object sender, EventArgs e)
 {
     Label1.Text = sc.Carga_PapelesOT(Request.QueryString["ot"]);
 }