public void Process() { foreach (var effect in _filters.GetEffects()) { effect.Apply(_pic); } _pic.Save(); }