public void CreateRandom() { Genes the_genes = new Genes(); the_genes.Randomize(); Create(the_genes); }