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