public static List <MySubjectViewModel> GetSubjectByStudentId(string studentId) { return(DAO.getSubjectByStudentId(studentId)); }