public function actionCare()
 {
     $post = new Post();
     $intro = $post->getCare();
     $sender['posts'] = $intro;
     //        return $this->render('intro',);
     return $this->render('care', $sender);
 }