Review the code snippet before inserting it on your project.
public static string GetRandom() { Random random = new Random(); return random.Next(10000).ToString(); }
With from Barcelona