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