public JsonResult WeekArranging()
 {
     return(Json(ClasstimeDal.WeekList(), JsonRequestBehavior.AllowGet));//写死班级ID=2
 }