// GET: api/Category/GetFk/5
 public IEnumerable <SubCategory> GetFk(int id)
 {
     return(_subCategoryService.GetFk(id));
 }