public Shop() { Sections = new ShopSection[8]; for (int i = 1; i < 8; i++) { Sections[i] = new ShopSection(); } }