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