public Task Remove(IEnumerable <ClienteModel> r, int c, int?u) { dal = new DALClientes(); return(dal.ExcluirItens(r, c, u)); }