public void AddScoreOfTest(int userId, int testId, int score) { _userDao.AddScoreOfTest(userId, testId, score); }