public void DeleteProgression()
 {
     progression.DeleteProgression();
     progression = Progression.CreateProgression(ID);
 }