private void BuscarUltimoCurso() { if (TB_CodTema.Text.Trim() == "" || TB_CodTema.Text.Trim() == "0") { return; } Tema tema = new Tema(); TB_Codigo.Text = tema.ObtenerUltimo(TB_CodTema.Text).ToString(); }