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