public ActionResult Create(LinksClassModel model, string cdts)
 {
     GetConditions(cdts);
     model.Insert();
     return View("AdminIndex");
 }