private void loadItemCode() { int current = ItemController.countItems(); txtItemCode.Text = (current + 1001).ToString(); }