private void InitializeHeader() { for (int j = -2; j < 0; ++j) { for (int i = 0; i < Width; ++i) { _context.CreateEmptyTile(i, j, _resources); } } }