/// <summary>
 /// 批量审核
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void StatusBut_Click(object sender, EventArgs e)
 {
     if (String.IsNullOrEmpty(mm.Temp))
     {
         StringDeal.Alter("请选择要审核的对象!");
     }
     mm.IsStatus = true;
     bm.ModelStatus(mm);
     Response.Redirect("Model_Manage.aspx?MenuId=" + MenuId, true);
 }