public async Task <ActionResult <IEnumerable <Borrow> > > GetBorrows()
 {
     return(await _service.GetAll());
 }