public override bool Equals(object obj)
        {
            if (obj == null)
            {
                return(false);
            }

            subheadcategoryfour subheadcategoriesfour = new subheadcategoryfour();

            if (subheadcategoriesfour == null)
            {
                return(false);
            }

            if (this.subheadcategoryfourID == subheadcategoriesfour.subheadcategoryfourID)
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }
 public subheadcategoryfourManager(subheadcategoryfour _subheadcategoryfour)
 {
     subheadcategoryfour = _subheadcategoryfour;
 }