//#####################################################CLASS SchoolFeeMaintenace EVENTS #################################################################
        //event is raised when the class is loaded
        private void ClassLoad(object sender, EventArgs e)
        {
            _schoolFeeManager.InitializedYearLevelCombo(this.cboYearLevel, _detailsInfo.SchoolFeeLevelInfo.YearLevelInfo.CourseGroupInfo.CourseGroupId);

            this.SetDataGridViewSource(_schoolFeeManager.FeeDetailsTable);

            RemoteClient.ProcStatic.SetDataGridViewColumns(this.dgvSchoolFees, false);
        }//------------------------------