public void Get()
        {
            var tpm = new TrainingProductManager();

            Products = tpm.Get(SearchEntity);
        }