public void Thuc_thi()
 {
     TruyXuatAllThongTinNguoiDungByID nguoidungID = new TruyXuatAllThongTinNguoiDungByID();
     nguoidungID.Nguoidung.Email = this.Nguoidung.Email;
     Table= nguoidungID.table_NguoiDung();
 }
 public void Thucthi( string MaKieuNguoiDung)
 {
     TruyXuatAllThongTinNguoiDungByID nguoidungID = new TruyXuatAllThongTinNguoiDungByID();
     ketqua = nguoidungID.LaydulieuAdmin( MaKieuNguoiDung);
 }