diff --git a/~dev_rating/application/classes/Model/Student.php b/~dev_rating/application/classes/Model/Student.php
index d76e998f8c809078ec3de5685cd4470bfb0219f5..abaa1cdb3026d761a26baa0a209040dc98e977a9 100644
--- a/~dev_rating/application/classes/Model/Student.php
+++ b/~dev_rating/application/classes/Model/Student.php
@@ -2,4 +2,9 @@
   
 class Model_Student extends Model
 {
+    /*
+     * TODO:
+     *      a wrapper around `view_students` table
+     *      see GetStudents, SearchStudents procedures.
+     */
 }