public void DeleteAward(long userId, long awardId)
 {
     _usersDao.DeleteAwardById(userId, awardId);
 }