public SubjectDetailGUI(string subid) { this.subid = subid; count = SubjectDAO.countStudent_Hoang(subid); InitializeComponent(); }