public void DeleteGarnish(int id) { var garnish = userService.GetGarnishById(id); sellerService.DeleteGarnish(garnish); }