public static double Caculate(StrategyBase stra)
    {
        double tm = stra.Caculate();

        return(tm);
    }