IObservable <IChangeSet <Cell, Tuple <int, int> > > ILifeGameController.CellsWatcher()
 {
     return(Cells.Connect());
 }