public ActionResult <IEnumerable <Point_UsersView> > GetPointUsers(Guid pointid) { return(bll.GetPointUsers(pointid)); }