public override void Apply(GraphicDevice device)
 {
     device.Push(GetType());
     device.SetColor(m_Color);
 }