void Start()
 {
     CardScript = ChristmasCard.GetComponent <ChristmasCardUI> ();
 }
 void Start()
 {
     CardScript = ChristmasCard.GetComponent<ChristmasCardUI> ();
 }