@model Guid @using EnVisage.Code @using Microsoft.AspNet.Identity @using System.Web.Mvc.Html @{ ViewBag.Title = "Capacity Widget"; Layout = "~/Views/Shared/_Layout.cshtml"; } @section scripts { } @section stylesheets { }