public IEnumerable <IImage> AddRange(IEnumerable <Image> entities) { return(repository.AddRange(entities)); }