public static void AddChange(IContextRepository repository, TModel entity)
 => repository.AddChange <TModel, TData>(entity);