public void Initialize(ItemFactory itemFactory, Ground ground) { this.itemFactory = itemFactory; this.ground = ground; }