public ActionResult Index() { var playlistModel = new PlaylistBrowserSource { Songs = playlistHelper.GetAllSongs() }; return(View(playlistModel)); }