public void Follow(string nick1, string nick2) { UR ur = new UR(); ur.AddFollowing(nick1, nick2); ur.AddFollower(nick2, nick1); }