//one thing only in these methods public void AddGame(VideoGame currentGame) //videoGame is the datatype { GameList.Add(currentGame); }