public void DeleteDate(Button but) 
    {
        Destroy(but.GetComponentInParent(typeof(GameObject)));
    }