@model Neo.LegitimateLicences.AccreditationCancelRequest.AccreditationCancelRequestFormModel @using Neo.Afx.ComponentModel @using Neo.Afx.Security @using Neo.Afx.Mvc @using Neo.LegitimateLicences.Common; @{ var entityID = ((Neo.Afx.Services.Workflows.Entities.Vw_WorkflowInstance)Model.WorkflowInstance).EntityID; var itemID = ((Neo.Afx.Services.Workflows.Entities.Vw_WorkflowInstance)Model.WorkflowInstance).ItemID; }