public void Shared(int id, int step)
 {
     repository.Shared(id, step);
     Save();
 }