public void SetMaterial(string name)
        {
            Material mat = GetMaterial(name);

            mat.SetMaterial();
        }