private void Customer_Click(object sender, RoutedEventArgs e) { CustomerView customer = new CustomerView(); customer.ShowDialog(); }