@{ ViewData["Title"] = "Register"; Layout = "~/Views/Shared/_NothingLayout.cshtml"; } @using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Common; @model AccountRegister_ViewModel