protected function findModels($pid)
 {
     if (($models = Functionality::findAll(['project_id' => $pid])) != null) {
         return $models;
     } else {
         throw new NotFoundHttpException('The requested page does not exist.');
     }
 }