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