public function init()
 {
     $this->tableName = 'Interactions';
     parent::init();
     // This is where the records are loaded.
 }
 public function init()
 {
     $this->tableName = 'Semesters';
     parent::init();
 }