public void DeleteCreativeById(int id, string userName) { CreativeService.DeleteCreativeById(id, userName); }