private void CancelAuction_Click(object sender, RoutedEventArgs e)
 {
     db.CancelAuction(SelectedItem);
     FillPosts();
 }