public async Task <ActionResult <bool> > DeleteJournal(int id)
 {
     return(await _repo.DeleteJournalBook(id));
 }