private void setBox(boxOfWhy box) { box.Show(); box.BackColor = Color.Red; box.Opacity = 0.5; box.SetBounds(0, 0, 0, 0); }