//Phương thức chu userControll Sua thong tin tieu dung public void GetThongKeCaNhan() { thongKe.Clear(); if (nhanVien.thongKe != null) { nhanVien.GetTableThongKeCaNhan(); this.thongKe = nhanVien.thongKe; } else { MessageBox.Show("Lỗi lấy dữ liệu bảng thống kê"); } if (nhanVien.phong != null) { this.phong = nhanVien.phong; } else { MessageBox.Show("Lỗi lấy dữ liệu bảng phong"); } }