private void Button_Click_cadastroCarro(object sender, RoutedEventArgs e) { CadastroCarro cadastro = new CadastroCarro(); cadastro.Show(); }