public DataTable GetAllPlaylist(String username) { DataTable dt = d.GetAllPlaylist(username); return(dt); }