InitGame, takes care of the initialization of the game by selecting the first and next piece randomly. The next piece is shown so the player can see which piece will appear next. This method also sets the position in blocks of that pieces. We use two methods that we have seen before in Pieces class: GetXInitialPosition and GetYInitialPosition in order to initialize the piece in the correct position.