public ActionResult DivisionList(int id) { return(View("Other/DivisionList", OrganizationModel.Divisions(id))); }