public void InsertMany(ICollection <TDocumentDTO> documents) { _servicoBase.InsertMany(_mapper.Map <ICollection <TDocument> >(documents)); }