private void Team03_Load(object sender, EventArgs e) { try { objTeamBE = objTeamBL.ConsultTeam(Codigo); txtTeamName.Text = objTeamBE.NomEquipo; txtCountry.Text = objTeamBE.PaisEquipo; } catch (Exception ex) { MessageBox.Show("Error : " + ex.Message); } }