protected function _createSession($data)
 {
     $session = new Session();
     $session->populate($data);
     return $session;
 }