public static string updatePartInventory(string input)
        {
            CustomCode x = new CustomCode();

            return(x.UpdatePartInventory(input));
        }