public void Remove(audHashDesc track)
 {
     List.Remove(track);
 }
 public void Add(audHashDesc track)
 {
     List.Add(track);
 }