/**
  * Sets the user to be used by Sentry.
  *
  * @param \Cartalyst\Sentry\Users\UserInterface
  * @return void 
  * @static 
  */
 public static function setUser($user)
 {
     \Cartalyst\Sentry\Sentry::setUser($user);
 }