void _Game_OnBoardChanged(object sender, EventArgs e)
 {
     if (InMultiplayer)
     {
         this.SendBoard(CurrentGame.GetBoardData());
     }
 }