public IActionResult DeleteArticles(List <long> ids) { var result = _blogCategoryService.DeleteCategory(ids); return(Ok(result)); }