public void AddNewAuthor(string author, string city, string country)
 {
     BookRepository.AddAuthor(author, city, country);
 }