/// <summary>
        /// F35080_s the property class combo.
        /// </summary>
        /// <returns></returns>
        public static F35080CentralAssessedOwner F35080_PropertyClassCombo()
        {
            F35080CentralAssessedOwner OwnerObj = new F35080CentralAssessedOwner();
            Hashtable ht = new Hashtable();

            Utility.LoadDataSet(OwnerObj.f35080PropertyClass, "f35080_pclst_PropertyClass", ht);
            return(OwnerObj);
        }
        /// <summary>
        /// F35080_s the central assessed owner details.
        /// </summary>
        /// <param name="ownerId">The owner id.</param>
        /// <returns></returns>
        public static F35080CentralAssessedOwner F35080_OwnerDetails(int ownerId)
        {
            F35080CentralAssessedOwner CentralOwner = new F35080CentralAssessedOwner();
            Hashtable ht = new Hashtable();

            ht.Add("@OwnerID", ownerId);
            Utility.LoadDataSet(CentralOwner.f9101_CentralOwnerDetails, "f9101_pcget_CentralOwnerDetails", ht);
            return(CentralOwner);
        }
        /// <summary>
        /// F35080_s the central assessed owner details.
        /// </summary>
        /// <param name="CentralId">The central id.</param>
        /// <returns></returns>
        public static F35080CentralAssessedOwner F35080_CentralAssessedOwnerDetails(int CentralId)
        {
            F35080CentralAssessedOwner CentralOwner = new F35080CentralAssessedOwner();
            Hashtable ht = new Hashtable();

            ht.Add("@CentralID", CentralId);
            Utility.LoadDataSet(CentralOwner.f35080CentrallyAssessedOwner, "f35080_pcget_CentrallyAssessedOwner", ht);
            return(CentralOwner);
        }