private bool Sair()
        {
            var r = Mbox.DesejaSair();

            return(r == MessageDialogResult.Affirmative);
        }