/// <summary> /// Constructor /// </summary> /// <param name="client">A handle to the client</param> /// <param name="groups">The groups the group belongs to</param> /// <param name="groupname">The name of the group</param> public GroupController(Client client, GroupsController groups, string groupname) : base(client) { Groups = groups; Groupname = groupname; }