public Student GetAllStudentEnrollCourseById(int id, int sid, int cid) { try { StudentGetway studentGetway = new StudentGetway(); return(studentGetway.GetAllStudentEnrollCourseById(id, sid, cid)); } catch (Exception) { throw; } }