public IEnumerable <Note> Get() { return(_notesManager.ListNotes() .AddCreatorNames(_creatorsManager) .OrderBy(creator => creator.Id)); }