public ActionResult <Pager <Flow_PointView> > GetPointsByBusinessType(PagerQuery <FlowPointQuery> query) { return(bll.GetPointsByBusinessType(query)); }