Interaction logic for PlantWindow.xaml
Inheritance: System.Windows.Window
 void testmethod()
 {
     CreateEmployee newWindow = new CreateEmployee();
     newWindow.Show();
     Marmalade_Global.Machine.CreateMachine machineWindow = new Machine.CreateMachine();
     machineWindow.Show();
     PlantWindow plantWindow = new PlantWindow();
     plantWindow.Show();
 }
 private void Group4Btn_Click(object sender, RoutedEventArgs e)
 {
     PlantWindow plantWindow = new PlantWindow();
     plantWindow.Show();
 }