void Awake()
    {
        //Fetch the current event system
        eventSystem = EventSystem.current;

        handler = this;
    }
    void Awake()
    {

        //Fetch the current event system
        eventSystem = EventSystem.current;

        handler = this;
    }