public bool Update(int artifactId, INTERFACES.Entities.Document artifact)
 {
     throw new NotImplementedException();
 }
 public bool Create(INTERFACES.Entities.Document artifact)
 {
     throw new NotImplementedException();
 }