protected override bool InsertRecord()
        {
            bool r = AppDAL.CategoryInsert(this.mObjectGuid, this.mCategoryName);

            return(r);
        }