private void fillForm() { int Id = 0; int.TryParse(hfId.Value, out Id); try { Ubicacion o = CatalogCtrl.UbicacionGet(Id); txt_nombre.Text = o.Nombre; } catch { throw; } }