private void GainChanged(object sender, EventArgs e) { try { controller.GainChanged(name, Double.Parse(GainTextbox.Text)); } catch (Exception) { } }