public IEnumerable <string> GroupsNames() { return(groupRepository .Actives() .Select(t => t.Name)); }