static void Main(string[] args) { LeaguePicks x = new LeaguePicks(); Console.WriteLine(x.returnPicks(5, 10, 1)); Console.ReadLine(); }