public override bool AddCategory(IndexTarget template)
        {
            if (NOCateIndex)
            {
                return(false);
            }
            Unifiable unify = ToUpper();

            return(unify.AddCategory(template));
        }