protected bool CheckCost(bool mgsOn = true)
    {
        if (taxController == null)
        {
            return(false);
        }

        return(taxController.CheckCost(needCost, mgsOn));
    }