public void Inserir() { try { ObjDA.Inserir(WINDOWSNAME, USUARIO, SENHA, DateTime.Today); } catch (Exception e) { new BL_LogErro().Inserir("BL_Usuario - Inserir", "Erro: " + e.Message); } }