public ProvinciaEditDto GetProvinciaId(int?id) { try { return(_repositorio.GetProvinciaId(id)); } catch (Exception e) { throw new Exception(e.Message); } }