public bool UsedInReward(int id)
 {
     return(_medalDao.UsedInReward(id));
 }