public void Incluir(Municipio municipio) { try { db.AddToMunicipioSet(municipio); } catch (Exception) { throw new MunicipioNaoIncluidoExcecao(); } }