public DataTable All() { try { return(RoleDAL.All()); } catch (Exception ex) { throw new Exception(String.Format("{0}.All: {1}", core, ex)); } }