public JsonResult Delete(int id)
 {
     return(Json(HelpService.Delete(id)));
 }