public void RemoveAchivement(int id)
 {
     _achievementLogic.Remove(id);
 }