in GameOfLife/Common/NotifyCollection.cs [31:36]
public void Add(T item) { EnsureCapacity(); array[Count++] = item; RaiseCollectionChanged(); }