public IList <RoleInfo> GetRoleList(int pageIndex, int pageSize, out int total)
 {
     return(Static_Role_DAL.SelectList(string.Empty, string.Empty, pageIndex, pageSize, out total));
 }
 public IList <RoleInfo> GetRoleList()
 {
     return(Static_Role_DAL.SelectList(string.Empty, string.Empty));
 }