public ActionResult Gett() { List <AdModel> a1 = adRep.getalAdd(); return(View(a1)); }
public ActionResult Index() { AdModel a = new AdModel() { }; List <AdModel> a1 = adRep.getalAdd(); return(View(a1)); }