public void DeleteAuthor(int authorId)
 {
     _authorFunctions.DeleteExistingAuthor(authorId);
 }