public void AddAlbum(Album album)
 {
     this.Albums.Add(album);
 }