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