public List <ProductDetails> GetAllProducts(decimal CategoryCode) { return(objReportRepo.GetAllProducts(CategoryCode)); }