public ActionResult GetEmployeeList() { return(Json(Scheduling.GetEmployeeNames().OrderBy(r => r.Name))); }