        private void sub_Click(object sender, EventArgs e)
        {
            statusLabel.Text = x + " - " + y + " = " + (x - y);
        }
