public IActionResult Delete(int id) { _serviceRepository.DeleteSVTService(id); return(new OkResult()); }