public JsonResult DeleteComment(int ID)
 {
     bll.DeleteComment(ID);
     return(Json(""));
 }