public async Task <IActionResult> Delete(int id = 0) { return(Json(await service.DeleteArticleType(id))); }