/**
  * Modified to return $this
  *
  * @return $this
  */
 public function afterLoad()
 {
     parent::afterLoad();
     return $this;
 }