private void btn_cadastrese_Click(object sender, RoutedEventArgs e) { crudOperatios.InsertNewUser(txtbox_nome_completo.Text, txtbox_cpf.Text, txtbox_cpf.Text, txtbox_email.Text, txtbox_senha.Text); }