private void Companies_Button(object sender, RoutedEventArgs e) { AddCompany Win1 = new AddCompany(); Win1.Show(); }