//Purpose:When clicked it will show the Instructions
 //for how to proceed during the spin round
 //Requires:Nothing
 //Returns::Nothing
 private void Spin_Round_Instruction_Click(object sender, EventArgs e)
 {
     spinInstructions();//goes to the spin instruction
     Begin_Spin_Round.Show();
     Spin_Round_Instruction.Hide();
 }