public ActionResult <List <LocationModel> > getLocations([FromQuery] string idChain)
 {
     return(_envioReadRepository.getLocations(idChain));
 }