private void ThanhToan_Click(object sender, RoutedEventArgs e) { QLBanHang f = new QLBanHang(TENDN); f.Show(); this.Close(); }