public function index()
 {
     $param['pageNo'] = 13;
     if ($alert = Session::get('alert')) {
         $param['alert'] = $alert;
     }
     $param['noteCommType'] = NoteCommTypeModel::all();
     return View::make('admin.noteCommType.index')->with($param);
 }