public static void Remove(Particle p)
 {
     particles.Remove(p);
 }
 public static void Add(Particle p)
 {
     particles.Add(p);
 }