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

            return(x.WhereUsedForPN(input));
        }