public void Incluir(Area area) { try { db.AddToAreaSet(area); } catch (Exception) { throw new AreaNaoIncluidaExcecao(); } }