public async Task <ActionResult <List <Parcel> > > GetAllParcelsByBagId(string id) { return(Ok(await _parcelService.GetParcelsByBagId(id))); }