public static function setView($argView)
 {
     // note: need to check that this view exists
     self::$view = $argView;
 }