public PlayerStatistics()
        {
            stocks = new List<StockStatistics>();
            CurrentStock = new StockStatistics();
            stocks.Add(CurrentStock);

            comboStrings = new List<ComboString>();
            recoveries = new List<Recovery>();
        }
        public PlayerStatistics()
        {
            stocks       = new List <StockStatistics>();
            CurrentStock = new StockStatistics();
            stocks.Add(CurrentStock);

            comboStrings = new List <ComboString>();
            recoveries   = new List <Recovery>();
        }