When a skeleton project is created we get code such as the following:

if (Portfolio.HoldStock == false)

{

//...

//...

//...

}

it is a minor point, but best to use if (!Portfolio.HoldStock).