public OtherAlbumConfirmationNeededEventArgs(IAlbum Display) : base(Display.ToString()) { _Album = Display; }