public function actionPengumuman()
 {
     $this->all();
     $this->action = 'pengumuman';
     $this->setPageTitle(' - Pengumuman');
     $umum = Pengumuman::model()->findAll();
     $this->render('pengumuman', array('umum' => $umum));
 }
 public function actionPengumuman()
 {
     $umum = Pengumuman::model()->findAll();
     $this->render('pengumuman', array('umum' => $umum));
 }