/**
  * Returns a new instance of the model or entity.
  * 
  * @return mixed
  */
 public function getNew()
 {
     return $this->model->getNew();
 }