void Start()
 {
     LL.Init(AppManager.I.Teacher.GetAllTestLetterDataLL().GetRandomElement());
     LL.SetState(LLAnimationStates.LL_rocketing);
 }