private bool AuthorExists(int id)
 {
     return(AuthorRepository.AuthorExistById(id));
 }