public function __construct($page = 'Watchlist', $restriction = 'viewmywatchlist')
 {
     parent::__construct($page, $restriction);
 }
 public function __construct($name = 'Recentchanges', $restriction = '')
 {
     parent::__construct($name, $restriction);
 }