private void radioGotham_CheckedChanged(object sender, EventArgs e) { if (radioGotham.Checked) { m_presentedImage = Logic_EditPhoto.gothamFilter(m_originalImage); pictureBox.Image = m_presentedImage; } }