public bool EditRoleUsers(string roleID, List <string> newUserList) { return(roleDAL.EditRoleUsers(roleID, newUserList)); }