public List <SemesterCourseAssociation> GetSemesterCourseNotMapped(int SemesterId)
 {
     return(SemesterCourseAssociationDS.GetSemesterCourseNotMapped(SemesterId));
 }
 public List <SemesterCourseAssociation> UpdateSemesterCourseAssociation(SemesterCourseAssociation semesterCourseAssociation)
 {
     return(SemesterCourseAssociationDS.UpdateSemesterCourseAssociation(semesterCourseAssociation));
 }
 public List <SemesterCourseAssociation> GetCourseBySemester(int SemesterId)
 {
     return(SemesterCourseAssociationDS.GetCourseBySemester(SemesterId));
 }