public ServiceResult <object> DeleteRole(string roleId) { RoleAdapter.DeleteRole(roleId); return(new ServiceResult <object>(null)); }