public CardInfo GetCardClone(int index)
 {
     return(UtilsCommon.DeepClone(m_cardInfos[index]));
 }