protected new void Start()
 {
     sceneController = (FirstController)SSDirector.GetInstance().CurrentSceneController;
     sceneController.SetActionManager(this);
 }