public IHttpActionResult AddSubCategory(subcategory subCategory) { int result = bllService.AddSubCategory(subCategory); return(Ok()); }