public IActionResult Delete(string Id, string Del, string Del1, string Del2)
        {
            SaleAuth _SaleAuth = new SaleAuth();
            var      Call      = ServiceExtension.RestshapExtension.CallRestApiPOST(_SaleAuth, "http://192.168.10.46/sdapi/sdapi/ContractDocDel?CompCode=" + Id + "&CaneYear=" + Del + "&ContractCode=" + Del1 + "&DocCode=" + Del2, Getkey());

            return(Json(new { success = Call.success }));
        }
        public IActionResult Delete(string Id, string Del, string Del1, string Del2)
        {
            SaleAuth _SaleAuth = new SaleAuth();
            var      Call      = ServiceExtension.RestshapExtension.CallRestApiPOST(_SaleAuth, "http://192.168.10.46/sdapi/sdapi/CarTypeMinorDel/" + Id + "/" + Del + "/" + Del1 + "/" + Del2, Getkey());

            return(Json(new { success = Call.success }));
        }