public MainWindow() { InitializeComponent(); _model = new CTeTesteModel(); DataContext = _model; _model.SucessoSync += Sucesso; }