public void Add_Excercise(object sender, RoutedEventArgs e) { ExcerciseContent = BlockContent.Text.ToString(); Exercises exc = new Exercises(); exc.AddRow(ExcerciseContent); exc.DBClose(); this.Close(); }