public YouTubePlaylist(string id)
 {
     this.id = id;
     YouTubeAPI.GetplaylistInfo(this);
 }