public IEnumerable <ICategory> GetCategories()
 {
     return(_context.GetCategories());
 }