public void FullMirrorSwing() { for (int i = 0; i < _notes.Count; i++) { NoteData note = _notes[i]; note.Mirror(4); } }