public int UpdateStudentFeeGroupName(string FeeGroupName, int SectionId, int StudentID, int SchoolId)
        {
            DALFee dal = new DALFee(ConStr);

            return(dal.UpdateStudentFeeGroupName(FeeGroupName, SectionId, StudentID, SchoolId));
        }