public ActionResult Delete(string ids)
 {
     _resourceService.DeleteTree(new Guid(ids));
     return(AjaxOkResponse("删除成功!"));
 }