public Author CreateAuthor(Author author)
 {
     return(_sampleRepository.CreateAuthor(author));
 }