private void btnQuanLyMayIn_Click(object sender, RoutedEventArgs e) { WindowQuanLyMayIn win = new WindowQuanLyMayIn(mTransit); win.ShowDialog(); }