IEnumerator CardsAllocate()
    {
        yield return(new WaitForSeconds(1f));

        StartCoroutine(cardMan.CardsAllocateAndMover());
    }