private void UpdateStatistics() { statusRight.Content = $"Cells {sudoku.NumberOfOpenCells()}/{sudoku.NumberOfFilledCells()} (empty/filled)"; }