public IList <AuthorEditModel> Get(int id)
 {
     return(_bookStoreManager.GetBookAuthors(id));
 }