public ActionResult QueryApartments(QueryView qv) { var res = _myBll.GetSpecialApartments(qv); return(PartialView("QueryAp", res)); }