public ActionResult StartPage() { ViewBag.tags = TagService.GetTagsList(); if (!fillDataLists) { fillDataLists = !fillDataLists; FillData(); } AccountController.wrongEmail = false; AccountController.isSave = false; AccountController.largeLenght = false; NewService.SetLike(); ViewBag.search = NewService.newStack; NewService.FillParameters(); return(View()); }