public Regiao GetWithCidades(Guid id)
 {
     return(_regiaoRepository.ListWithCidades().FirstOrDefault(f => f.Id == id));
 }