public List <BookFile> GetFilesByAuthor(int authorId) { return(_mediaFileRepository.GetFilesByAuthor(authorId)); }