Lol @ so much un-needed coding.



public string Random_String(int Length)
{
Random random = new Random();
string characters =...