private void startPlaying()
        {
            // ---- Run Logic game ---- //
            m_OtheloGameLogic.RunLogicGame(m_LoadedGame, m_ListOfPlayer1Pieces, m_ListOfPlayer2Pieces);
            m_LoadedGame = false;

            // ---- Run UI game ---- //
            m_FormOthloGameBoard.ShowDialog();
        }