RecentGamesListModel gamesListModel;
RunesInventoryTableModel runeInventoryModel;
public ProfileController() {
view = new ProfileView();
this.setView(view);
view.addRecentGameMouseListener(this);
view.addSearchActionListener(this);
runeInventoryModel = new RunesInventoryTableModel();