internal void incrementKeeps(int keepId) { Keep keep = GetKeepById(keepId); keep.Keeps++; _repo.ChangeKeeps(keep); }