@model SportsStore.Domain.Entities.Product @{ ViewBag.Title = "Admin: Edit " + Model.Name; Layout = "~/Views/Shared/_AdminLayout.cshtml"; } @*