public IList <UserGroupDTO> Get(string userName) { return(_ugService.GetGroupsForUser(User.Identity.Name)); }