private void LoadBatch() { for (int i = 0; i < batchRepo.Count; i++) { cbb_BatchNumber.Items.Add(batchRepo.GetBatchNrByIndex(i)); } }