private void ProjectPreferences(Registration registration, int registrationId) { foreach (var projectPreference in registration.ProjectPreferences.Where(pref => pref.Id != 0)) { _registrationService.AddProjectPreferences(registrationId, projectPreference.Id, projectPreference.Priority); } }