public void Remove(Song song) { songs.Remove(song); }
public void Add(Song song) { songs.Add(song); }