private void btnRepeat_Click(object sender, RoutedEventArgs e)
 {
     _reminder.CalculateNextStartDate();
     _repeat = true;
     this.Close();
 }