private void button2_Click(object sender, System.EventArgs e)
 {
     MessageBox.Show(EhllapiWrapper.Disconnect(txtSessione.Text).ToString());
 }