Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
 public void setParent(MainWindow win)
 {
     this.win = win;
 }
 public void setParent(MainWindow par)
 {
     this.win = par;
 }
 public void setParent(MainWindow par)
 {
     this.win = par;
 }