public Task Update(IEnumerable <T> entities)
        {
            context.UpdateRange(entities);

            return(SaveChangesAsync());
        }