public bool IsSoundGroupExist(string tag)
 {
     return(library.GetSoundGroupFromName(tag) == null);
 }