public static MySubjectViewModel GetSubjectByStudentIdById(string studentId, int subjectId) { return(DAO.getSubjectByStudentIdById(studentId, subjectId).First()); }