public bool DelSystemMenu(string MenuID) { try { OraMetaDataFactroy _of = new OraMetaDataFactroy(); return(_of.DelSystemMenu(MenuID)); } catch (Exception ex) { throw new FaultException(ex.Message); } }