public Round ReadById(int id)
 {
     return(_roundVali.SortingByUserPoints(_roundRepo.ReadById(id)));
 }