/**
  * Let the client reload the current page.
  * 
  * @return AjaxResponse The created response
  */
 public static function Reload()
 {
     return AjaxResponse::Js("document.location.reload();", true);
 }