public void PlaySong(DataAccess.SongRepo repo, string title) { PlayFile(repo.GetSongPathByName(title)); }