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

            return(unify.RemoveCategory(template));
        }