public ActionResult CallMeAjax()
 {
     Thread.Sleep(5000);
     return(ReportUtils.GetAjaxOk());
 }