public ActionResult BatchRemoveFormAll(string keyValue)
 {
     authorizebll.BatchRemoveFormAll(keyValue);
     return(Success("移除成功。"));
 }