public void Build()
    {
        gameObject.SetActive(false);

        m_TownScreen.BuildBuilding(m_BuildingData);
    }