public void OnPointerDown(PointerEventData data)
    {
        Debug.Log("Registered a click on the " + this.name + " thumbnail");

        notificationSystem.DisplayRegularNotification(myNotification, this);
        ResetMe();
    }