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