public void Incluir(Usuario usuario) { try { db.AddToUsuarioSet(usuario); } catch (Exception) { throw new UsuarioNaoIncluidoExcecao(); } }