public ActionResult Shops(Shops model) { User currentUser = SecurityHelper.GetCurrentUser().CurrentUser; model.Ready((AdminUser)currentUser); return(View("Shops", model)); }