void loadData() { cbMaPhong.DataSource = phongBLL.loadPhongDaThue(); cbMaPhong.DisplayMember = "TenPhong"; cbMaPhong.ValueMember = "MaPhong"; }