public string Index()
        {
            TempModel temp = new TempModel();

            return temp.PullDataPG();
        }