public function getCredentialsModel()
 {
     $model = new Credentials();
     return $model->initialize($this->getParameters());
 }