@using NEducation.Code; @model NEducation.Models.ProfileModel @{ ViewBag.Title = "AccountProfile"; Layout = "~/Views/Shared/_LayoutHome.cshtml"; } @*@{ String msisdn = Session["msisdn"] as String; UserProfile profile = Session["profile"] as UserProfile; }*@ @*