public ActionResult AjaxError(AjaxError ex)
 {
     return View(ex);
 }
 public ActionResult AjaxError(AjaxError ex)
 {
     return(View(ex));
 }