private void Repair(IList <IChromosome> chromosomes)
 {
     foreach (var c in chromosomes)
     {
         Reparation.Repair(c);
     }
 }