public function teacher()
 {
     $teachers = Teacher::paginate(10);
     return View::make('戏剧百家')->with('teachers', $teachers);
 }