public void UpdatePlayerData(Player player)
 {
     _iplayerContext.UpdatePlayerData(player);
 }