public bool Update(VariationDTO objectDTO)
 {
     throw new NotImplementedException();
 }
 public Guid Create(VariationDTO objectDTO)
 {
     throw new NotImplementedException();
 }