private void DeleteButton_OnClick(object sender, RoutedEventArgs e)
 {
     ParentControl.Remove(this);
 }