/// <summary>
 /// Cease to display this handkerchief in a pocket if its being
 /// displayed.
 /// </summary>
 /// <param name="pocket">pocket to flag in</param>
 void StopFlaggingInPockect(PocketTypes pocket)
 {
 }
 /// <summary>
 /// Display this handkerchief in a pocket if its not already being
 /// displayed.
 /// </summary>
 /// <param name="pocket">pocket to flag in</param>
 void FlagInPockect(PocketTypes pocket)
 {
 }