private void FillCombos() { CboPosition.DisplayMember = "Name"; CboPosition.ValueMember = "Code"; CboPosition.DataSource = positionModel.All(); }