// GET: Users public ActionResult Index() { return(View(userQueries.GetAllUsersWithLocationInfo())); }