private void button4_Click(object sender, EventArgs e)
        {
            bool ans;

            ans = mySeparator.IsLidClosed();
        }