private void Redraw() { _demoBoard.ClearBoard(); foreach (var cell in Cells) { _demoBoard.Add(cell.X, cell.Y); } SetNeedsDisplay(); }