public void SetTag(Mp3Tag i) { tag = i; }
public MusicFile(string data) : base(data) { tag = new Mp3Tag(data); }