public void Deletar(int id) { try { UsuarioData data = new UsuarioData(); data.Deletar(id); } catch (Exception) { throw; } }