public void OnGet()
 {
     Comments = _commentApplication.GetList();
 }