public ActionResult GetStorage(int pageIndex, int pageSize) { return(Json(Managers.GetStorage(pageIndex, pageSize), JsonRequestBehavior.AllowGet)); }