public SelectGameModel(SelectGameController selectGameController) { m_selectGameController = selectGameController; m_selectedListIndex = 0; IsGameListRequestPending = false; IsGameDeleteRequestPending = false; }