private void Add(AlarmCategoryAbstract category) { category.SetIdentityGetter(_users.Identity); _alarmService.Add(category); }