public static void AddChanges(IContextRepository repository, ICollection <TModel> entities)
 => repository.AddChanges <TModel, TData>(entities);