// Use this for initialization
    void Start()
    {
        //Result = transform.GetComponent<Text>();
        _instance = this;

        TotalPrice.onValueChanged.AddListener(OnTotalPriceChange);
        Person.UpdateAction    += UpdateChange;
        AllPerson.UpdateAction += UpdateChange;

        Show.UpdateShow(new List <KeyValuePair <float, float> >(), new List <float>());
    }