/// <summary>
    /// About
    /// </summary>
    public string  AboutWilliamKingSoftware(DateTime DateIncorporated)
    {
        StringBuilder sBldr = new StringBuilder();

        sBldr.AppendLine("William King Software, LLC. Incorporated in 2015");

        sBldr.AppendLine("William King, President and Founder");
        sBldr.AppendLine("7600 Ellicott Road");
        sBldr.AppendLine("West Falls, NY 14170");

        return sBldr.ToString();
    }