public void Add(songs song) { view.songLista.Add(song); ur.Insert(song); }
public void Add(songs song) { view.songlist.Add(song); sr.Insert(song); }