/**
  * 
  * set view that will be the master
  */
 protected static function setMasterView($masterView)
 {
     self::$master_view = $masterView;
 }