public static FUtil CreateInstance()
        {
            FUtil theInstance = new FUtil();

            return(theInstance);
        }