void Awake()
 {
     GenerateDeck();
     Instance = this;
 }
 void Reset()
 {
     Instance = this;
 }