// ======================================== End of Product population in comboBox method ====================================



        // ======================================== ProductListing  method ====================================
        public ArrayList pListingSearch(PCategoryDTO DTO)
        {
            pCategoryDAL = new ProductCategoryDAL();
            ArrayList arr = pCategoryDAL.pListingSearch(DTO);

            return(arr);
        }