public async Task <CommResult <bool> > DeleteBookById(int id) { return(await _bookService.DeleteBookById(id)); }