public static bool JoinGroup(string UserId, int GroupId) { return(GroupDB.JoinGroup(UserId, GroupId)); }