Example #1
0
 public string GetRandomCompany()
 {
     return(Companies.ElementAt(_random.Next(Companies.Count() - 1)));
 }