public Task Remove(IEnumerable <UsuarioModel> r, int c, int?u) { dal = new DALUsuario(); return(dal.ExcluirItensAsync(r, c, u)); }