public function actionIntro()
 {
     $post = new Post();
     $intro = $post->getIntro();
     $sender['post'] = $intro;
     return $this->render('intro', $sender);
 }