public List <AuthorDbModel> GetAllAuthors()
        {
            var books = _data.GetAllAuthors();

            return(books);
        }