private void RemoveGrid() { if (_intCollection.Count == 0) { return; } _intCollection.RemoveAt(_intCollection.Count - 1); }