//Combobox public DataTable LopCombobox(string macd, string mand) { DAOGiaoVien a = new DAOGiaoVien(); return(a.LopCombobox(macd, mand)); }