private void picSalvar_Click(object sender, EventArgs e) { Controle controle = new Controle(); string mensagem = controle.CadastrarExameBioquimica("123", txbCol.Text, txbTri.Text, txbHdl.Text, txbLdl.Text, txbVd.Text, txbDhe.Text, txbDhl.Text, txbCre.Text, txbBD.Text, txbTgo.Text, txbTgp.Text, txbFerro.Text, txbProt.Text, txbBhcg.Text, txbClor.Text, txbFal.Text, txbCalcio.Text, txbAlb.Text, txbCpk.Text, txbAU.Text, txbPhos.Text); if (controle.tem) { MessageBox.Show(mensagem, "Cadastro", MessageBoxButtons.OK, MessageBoxIcon.Information); } else { MessageBox.Show(controle.mensagem); } }