public void UpdateScore(int pId, int rId, int points)
 {
     scoreRepository.AddNewScore(pId, rId, points);
 }