public void Delete(int id)
 {
     _articleTypeService.Remove(id);
 }