public ActionResult Post([FromBody] ServiceCategory serviceCategory) { return(Ok( serviceCategoryService.Save(serviceCategory) )); }