private void SummariseGame(NFLGame game) { Game = game; Game.LoadLineups(); // sourcing data from PGMETRIC and LINEUP Game.LoadPgms(); }