public JsonResult GetAllDeleteComment() { var reasult = _commentApplication.GetAllDeleteComment(); return(Json(reasult)); }