function init()
 {
     $this->currentModel = new Hobbies();
     parent::init();
 }
 function init()
 {
     $this->currentModel = new Skills();
     parent::init();
 }
 function init()
 {
     $this->currentModel = new Employers();
     parent::init();
 }
 function init()
 {
     $this->currentModel = new Projects();
     parent::init();
 }