public bool IsLoopTimeline(string label)
 {
     return(character.IsLoopTimeline(label));
 }