/// <summary>  Add all author names to the collection.</summary>
        private void GetAllAuthorsNames()
        {
            var fileInput = new InputClass();

            fileInput.ReadAuthorsNamesFromFile(BookListPathsProperties.PathAuthorsNamesListFile);
        }