public MatchItem(TrackEntity editItem, string filename)
 {
     this.Item = editItem;
     this.Filename = filename;
 }