//Looks if the user is in the group public bool IsUserInGroup(string uni, int teamID) { return sql.IsUserInGroup(uni, teamID); }