@{
if (string.IsNullOrEmpty(Request["sgid"]))
{
}
else
{
var gid = decimal.Parse(Request["sgid"].ToString());
}
}