public void ShowDialog(InsertTableDialogContext context)
 {
     this.context = context;
     this.SetOwner(context.Owner);
     this.ShowDialog();
 }
 public void ShowDialog(InsertTableDialogContext context)
 {
     this.context = context;
     this.SetOwner(context.Owner);
     this.ShowDialog();
 }