public async Task <ActionResult <bool> > SaveCategory(Category category)
 {
     return(await _categoryProvider.SaveCategory(category));
 }