public void Incluir(Emprestimo emprestimo) { try { db.AddToEmprestimoSet(emprestimo); } catch (Exception) { throw new EmprestimoNaoIncluidoExcecao(); } }