private void OnStartButtonClick()
 {
     gameInitializer.InitGame(mainCam);
     Object.Destroy(gameObject);
 }