void init() { ClsModule clsModule = new ClsModule(); clsModule.getAllFaculty(cmbFaculty); clsModule.getDepartmentByFaculty(cmbDepartment, facultyid); clsModule.getAllState(cmbState); clsModule.GetGender(cmbGender); }
void init() { clsModule.getAllState(cmbstate); }