public JsonResult GetOnlineList() { Online bll = new Online(); return Json(bll.FindALL(), JsonRequestBehavior.AllowGet); }