function tryDeleteLesson(PrivateLessonID) {
  return confirm("Are you sure you want to delete this lesson plan? This cannot be undone.");
}
