private void LoadForm(int id) { this.Entity = ELogic.GetOne(id); this.descripcionTextBox.Text = this.Entity.Descripcion; }