diff --git a/~dev_rating/application/classes/Controller/Handler/AdmStudents.php b/~dev_rating/application/classes/Controller/Handler/AdmStudents.php
index cca77ece2f31f069909e24c84abea09e9b971ee4..9fa1b32f6e9562c71305597fb32545ea216d66bc 100644
--- a/~dev_rating/application/classes/Controller/Handler/AdmStudents.php
+++ b/~dev_rating/application/classes/Controller/Handler/AdmStudents.php
@@ -9,6 +9,9 @@ class SortingOptions { //extends SplEnum {
 }
 
 class Controller_Handler_AdmStudents extends Controller_Handler {
+
+        /** @var  Model_Students */
+        protected $model;
         
         public function before() {
             $this->model = new Model_Students();
@@ -75,7 +78,7 @@ class Controller_Handler_AdmStudents extends Controller_Handler {
         
         public function action_uploadStudentFile()
         {
-            $this->model->getStudentFile();
+            $this->model->getStudentFile();  # fixme, function doesn't exist
             
         }