//Methods
 public void addLightSource(LightSource lightsrc)
 {
     this.lightsources.Add(lightsrc);
 }