/**
  * Set the session store implementation.
  *
  * @param \Illuminate\Session\Store $session
  * @return $this 
  * @static 
  */
 public static function setSessionStore($session)
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \Rutorika\Html\FormBuilder::setSessionStore($session);
 }