public void SSActionEvent(SSAction source,
                           SSActionEventType events = SSActionEventType.Competeted,
                           int intParam             = 0,
                           string strParam          = null,
                           Object objectParam       = null)
 {
     sceneController.FreeDisk(source.gameobject);
 }