public void Incluir(Despesa despesa) { try { db.AddToDespesaSet(despesa); } catch (Exception) { throw new DespesaNaoIncluidaExcecao(); } }