public function gc()
 {
     $teams = RegistrationGames::orderBy('id', 'ASC')->get();
     return View::make('site.game_team')->with('teams', $teams)->with('title', 'IPvision SUST CSE Carnival 2015 ::. Team ::. Gaming Contest');
 }