/// <summary>
 /// 删除一条数据
 /// </summary>
 public bool DeleteList(string F_RoleIDlist)
 {
     return(dal.DeleteList(F_RoleIDlist));
 }