public static int Next(int start, int end)
 {
     return(random.NextInt(start, end));
 }