private void LoadCardBack(int i) { PictureBox card = (PictureBox)this.Controls["card" + i]; card.GetCard(i).ShowBack(card); }