public string AllAuthors()
 {
     return(_authorRepository.AllAuthors());
 }