public function create($attributes = array())
 {
     $model = new SampleModel();
     $model->setAttributes($attributes);
     return $model;
 }