private void btnBreakup_Click(object sender, RoutedEventArgs e) { Detail detailWindow = new Detail(CodeBreakup); detailWindow.Show(); }