public AppLauncher()
        {
            InitializeComponent();

            ticTacToeControl    = tic_Tac_Toe_Form1;
            homeControl         = homeControl1;
            twoPlayerControl    = twoPlayerGame1;
            pc_ticTacToeControl = pc_Tic_Tac_Toe1;
        }
 public static void erasePreviousDataOfTwoPlayer()
 {
     TwoPlayerGame.player1.Text = "";
     TwoPlayerGame.player2.Text = "";
     Tic_Tac_Toe_Form.restartTheGame(Tic_Tac_Toe_Form.ticTacToeForm);
 }