public void OnGet()
 {
     Articles = _articleApplication.GetList();
 }