public void add(Light l)
 {
     Lights.Add(l);
 }
 public void remove(Light l)
 {
     Lights.Remove(l);
 }