public async Task <List <CategoryItem> > GetCategories()
 {
     return(await _categoryProvider.Categories());
 }