private void btnDeleteList_Click(object sender, RoutedEventArgs e) { DeleteList?.Invoke(this, EventArgs.Empty); }