private void btnSave_Click(object sender, RoutedEventArgs e) { peopleViewModel.saveStudent(); this.Close(); }