public ActionResult Add(Advertisement adv) { if (adv != null) { _advService.AddAdvert(adv); } return(RedirectToAction("Index", "Advertisement")); }