public void RestartGame() { _board.Clear(); _domino.Clear(); _mainGUI.HideDeadGUI(); InitDomino(); ResumeGame(); }