public async Task <int> DeleteNoteBookAsync([FromRoute] int id)
 {
     return(await _noteBookService.DeleteNoteBook(id));
 }