public async Task <ActionResult> GetBookCategories()
 {
     return(Ok(await _bookCategoryService.GetAllAsync()));
 }