private void buttonSex_Click(object sender, EventArgs e) { sex = Utils.NextSex(sex); buttonSex.Text = Utils.SexSymbol(sex); }