void LightComponent::Initialize()
 {
   Graphics* gSys = (Graphics*)Engine::GetCore()->GetSystem(ST_Graphics);
   gSys->AddLight(this);
 }