protected void btnEntrar_Click(object sender, EventArgs e)
 {
     cParametros = csVuelos.SetEntrar(txtUsuario.Text, txtPassword.Text, this);
 }