public JsonResult IsLinksExists(string slug, long?Id)
 {
     return(Json(!Dao.CheckSlug(slug, Id), JsonRequestBehavior.AllowGet));
 }