protected void Button1_Click(object sender, EventArgs e)
 {
     localhost.Service1 ws = new Service1();
     ws.verLibros();
     GridView1.DataSource = ws.verLibros();
     GridView1.DataBind();
 }