private void Form1_Load(object sender, EventArgs e)
{
  groupBox1.Text = "Select Color";
  radioButton1.Text = "Red";
  radioButton2.Text = "Green";
  radioButton3.Text = "Blue";
  radioButton4.Text = "White";
}
