public string D_Cost_ExistsDeleteCheck([FromBody] TourokuProjectModel Tmodel)
        {
            TourokuProject_BL Tpbl = new TourokuProject_BL();

            return(Tpbl.D_Cost_ExistsDeleteCheck(Tmodel));
        }