public ActionResult EmailAttendanceNotices(OrgSearchModel m) { m.SendNotices(); return(Content("ok")); }