public async Task<IEnumerable<CategoryProduct>> SearchProductWithCategory(string searchedValue)
 {
     return await _categoryproductRepository.SearchProductWithCategory(searchedValue);
 }