public async Task <ActionResult <IEnumerable <ReservationDetailDTO> > > GetAllRentals() { return(Ok(await _rentService.GetAllReservation())); }