/**
  * Set the query used to limit the list of displayed organizations in the drop-down menu
  * @param $sOQL string The OQL query returning a list of Organization objects
  * @return none
  */
 public static function SetFavoriteSiloQuery($sOQL)
 {
     self::$sFavoriteSiloQuery = $sOQL;
 }