public ProvinciaDetailsDto GetDetalle(int?id) { try { return(_repositorio.GetDetalle(id)); //return _mapper.Map<List<ProvinciaListDto>>(lista); } catch (Exception) { throw new Exception("Error"); } }